Skip to content

chore(deps): bump @mikro-orm/core from 7.0.1 to 7.0.6#85

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mikro-orm/core-7.0.6
Closed

chore(deps): bump @mikro-orm/core from 7.0.1 to 7.0.6#85
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mikro-orm/core-7.0.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps @mikro-orm/core from 7.0.1 to 7.0.6.

Release notes

Sourced from @​mikro-orm/core's releases.

v7.0.6

7.0.6 (2026-03-26)

Bug Fixes

  • core: allow readonly enum builder items in defineEntity() (#7406) (ebf87e6), closes #7352
  • core: apply onCreate hooks in em.upsert and em.upsertMany (#7400) (5bc0e92), closes #7399
  • core: preserve explicit entity name in defineEntity + setClass during discovery (fca6e6b), closes #7391
  • core: prevent prototype pollution in Utils.merge (954bdba)
  • core: tighten query construction validation (f7e59a5)
  • decorators: handle esbuild ES decorator stack frames in path lookup (e6ea9fc)
  • reflection: resolve inherited property types with ES decorators in TsMorphMetadataProvider (8296a0e), closes #7389
  • schema: escape single quotes in enum CHECK constraints (#7396) (3656519), closes #7395

v7.0.5

7.0.5 (2026-03-23)

Bug Fixes

  • core: handle check constraint in defineEntity (#7374) (a46ae8a)
  • core: handle Bun path lookup for native ES decorators (#7382) (9916203), closes #7381
  • core: handle JSON column type conversion in em.refresh() for detached entities (6c4e896), closes #7383
  • core: ignore discriminator column in changeset for uninitialized STI references (#7385) (a7db194), closes #7384
  • core: share EntitySchema.REGISTRY across CJS/ESM module boundaries (#7377) (7c1e5d4), closes #7376
  • mssql: force-disconnect sessions before dropping database (bdc45e4)
  • sql: infer FK columns for decorator entities in getKysely types (#7368) (81068f3), closes #7367
  • sql: use column name mapping for decorator entities in getKysely types (#7369) (d3baa56), closes #7367

v7.0.4

7.0.4 (2026-03-20)

Bug Fixes

  • core: accept readonly arrays in EnumOptions.items (c287a1f), closes #7352
  • core: discover defineEntity classes via glob when only class is exported (#7355) (fccc42e)
  • core: exclude unloaded lazy ref properties from snapshot generator (#7353) (48ea304)
  • core: prevent double-wrapping of ScalarReference in hydrator (ac1f66e)
  • core: strip persist: false properties from upsert data (#7345) (4b5a833), closes #7344
  • decorators: handle Rolldown-bundled @​oxc-project/runtime in path lookup (14d04ae)
  • migrations: stop making up() and down() async unnecessarily (#7338) (3612f79)
  • reflection: detect array enums from text-based type before clearing enum flag (02d2b52), closes #7352
  • sql: accept custom types in QueryBuilder operators for joined entities (#7342) (0aaafbf), closes #7341
  • sql: prune redundant joins in pagination outer query (#7339) (48acce9), closes #6681

... (truncated)

Changelog

Sourced from @​mikro-orm/core's changelog.

7.0.6 (2026-03-26)

Bug Fixes

  • core: allow readonly enum builder items in defineEntity() (#7406) (ebf87e6), closes #7352
  • core: apply onCreate hooks in em.upsert and em.upsertMany (#7400) (5bc0e92), closes #7399
  • core: preserve explicit entity name in defineEntity + setClass during discovery (fca6e6b), closes #7391
  • core: prevent prototype pollution in Utils.merge (954bdba)
  • core: tighten query construction validation (f7e59a5)
  • decorators: handle esbuild ES decorator stack frames in path lookup (e6ea9fc)
  • reflection: resolve inherited property types with ES decorators in TsMorphMetadataProvider (8296a0e), closes #7389
  • schema: escape single quotes in enum CHECK constraints (#7396) (3656519), closes #7395

7.0.5 (2026-03-23)

Bug Fixes

  • core: handle check constraint in defineEntity (#7374) (a46ae8a)
  • core: handle Bun path lookup for native ES decorators (#7382) (9916203), closes /bun.com/blog/bun-v1.3.10#tc39 #7381
  • core: handle JSON column type conversion in em.refresh() for detached entities (a6fef86), closes #7383
  • core: handle JSON column type conversion in em.refresh() for detached entities (6c4e896), closes #7383
  • core: ignore discriminator column in changeset for uninitialized STI references (#7385) (a7db194), closes #7384
  • core: share EntitySchema.REGISTRY across CJS/ESM module boundaries (#7377) (7c1e5d4), closes #7376
  • mssql: force-disconnect sessions before dropping database (bdc45e4)
  • sql: infer FK columns for decorator entities in getKysely types (#7368) (81068f3), closes #7367
  • sql: use column name mapping for decorator entities in getKysely types (#7369) (d3baa56), closes #7367

7.0.4 (2026-03-20)

Bug Fixes

  • core: accept readonly arrays in EnumOptions.items (c287a1f), closes #7352
  • core: discover defineEntity classes via glob when only class is exported (#7355) (fccc42e)
  • core: exclude unloaded lazy ref properties from snapshot generator (#7353) (48ea304)
  • core: prevent double-wrapping of ScalarReference in hydrator (ac1f66e)
  • core: strip persist: false properties from upsert data (#7345) (4b5a833), closes #7344
  • decorators: handle Rolldown-bundled @​oxc-project/runtime in path lookup (14d04ae)
  • migrations: stop making up() and down() async unnecessarily (#7338) (3612f79)
  • reflection: detect array enums from text-based type before clearing enum flag (02d2b52), closes #7352

... (truncated)

Commits
  • 9a855e0 chore(release): v7.0.6 [skip ci]
  • ad30279 chore(deps): update codecov/codecov-action action to v6 (#7407)
  • fbf2911 chore(deps): bump picomatch from 4.0.3 to 4.0.4 (#7402)
  • ebf87e6 fix(core): allow readonly enum builder items in defineEntity() (#7406)
  • d9e8c90 chore(deps): upgrade TypeScript to v6
  • 2d9a3a3 chore(deps): bump yaml from 2.6.1 to 2.8.3 in /docs (#7403)
  • 1f6094f chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /docs (#7401)
  • 5bc0e92 fix(core): apply onCreate hooks in em.upsert and em.upsertMany (#7400)
  • f7e59a5 fix(core): tighten query construction validation
  • 954bdba fix(core): prevent prototype pollution in Utils.merge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 7.0.1 to 7.0.6.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v7.0.1...v7.0.6)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 7.0.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 29, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2026

Looks like @mikro-orm/core is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 29, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/core-7.0.6 branch March 29, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants